home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
HPAVC
/
HPAVC CD-ROM.iso
/
pc
/
OTHIRES.ZIP
/
make.bat
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1996-03-21
|
136 b
|
12 lines
@echo off
tasm highres.asm
if errorlevel 1 then goto end:
tlink highres.obj
highres.exe
:end
del *.bak
del *.obj
del *.map